/*
Theme Name: Persakmi Premium
Author: Izzudin Ar Rafiq
Author URI: http://izzudin26.github.io
Description: Persakmi Theme build with tailwindcss
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.navigation {
    margin: auto;
}

.screen-reader-text{
    display: none;
}

.nav-links{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0.5rem;
}

.page-numbers{
    padding: 0.5rem;
    border-radius: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.dots{
    display: none;
}

.current{
    color: #FFFFFF;
    font-weight: 600;
    background-color: #5973ea;
}

.prev {
    font-weight: 500;
    background-color: #e5e7eb;
}

.next {
    font-weight: 500;
    background-color: #e5e7eb;
}

.nav-desktop #menu-nav-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.searchform{
    place-self: end;
    padding: 0.5rem;
    background-color: #f3f4f6;
    border-radius: 0.5rem;
}

.searchform input[type=text]{
    background-color: #f3f4f6;
    outline: none;
}

.searchform input[type=submit]{
    background-color: #f3f4f6;
    outline: none;
    color: #5973ea;
    font-weight: 600;
}

#misi{
    list-style-type: decimal;
}

#tujuan{
    list-style-type: decimal;
}